|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.engine.ActionDescriptor
public final class ActionDescriptor
An object that describes an action.
| Constructor Summary | |
|---|---|
ActionDescriptor(java.lang.String id,
java.lang.String name,
java.lang.Class type,
boolean blocking)
Creates a new ActionDescriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Returns the ID of this action. |
java.lang.String |
getName()
Returns the name of this action. |
java.lang.Class |
getType()
Returns the type of this action. |
boolean |
isBlocking()
Returns true if this action is blocking. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActionDescriptor(java.lang.String id,
java.lang.String name,
java.lang.Class type,
boolean blocking)
throws java.lang.IllegalArgumentException,
java.lang.NullPointerException
id - The ID of this action.name - The name of this action.type - The type of this action.blocking - True if this action is blocking.
java.lang.IllegalArgumentException - If the supplied ID is empty.
java.lang.IllegalArgumentException - If the supplied name is empty.
java.lang.IllegalArgumentException - If the supplied type is not a public,
concrete class with at least one public constructor or is not
assignable to IAction.
java.lang.NullPointerException - If the supplied ID is null.
java.lang.NullPointerException - If the supplied name is null.
java.lang.NullPointerException - If the supplied type is null.| Method Detail |
|---|
public java.lang.String getId()
public java.lang.String getName()
public java.lang.Class getType()
public boolean isBlocking()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||